projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38a9ddb
)
* src/comp.c: Fix i386 --enable-check-lisp-object-type
author
Andrea Corallo
<akrl@sdf.org>
Thu, 21 May 2020 13:38:51 +0000
(14:38 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Fri, 22 May 2020 20:52:19 +0000
(21:52 +0100)
* src/comp.c (load_comp_unit): Fix return type, on i386 influence
parameter passing!
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index 14862228ab2216f78fd4f3be2f1961d37e726610..6371757487c99689f20e37056cfb1abaef097a86 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-3755,7
+3755,7
@@
load_comp_unit (struct Lisp_Native_Comp_Unit *comp_u, bool loading_dump,
freloc_check_fill ();
-
void
(*top_level_run)(Lisp_Object)
+
Lisp_Object
(*top_level_run)(Lisp_Object)
= dynlib_sym (handle,
late_load ? "late_top_level_run" : "top_level_run");